home *** CD-ROM | disk | FTP | other *** search
- // Precompiled "Std" Include Header.
-
- #include "Std.h"
-
- float sys_glWidth, sys_glHeight;
- UInt8 sys_glBPP=32;
- double sys_Time=0;
- int MouseX;
- int MouseY;
- int MouseDown = FALSE;
- int SSMODE = FALSE;
- int currentVideoMode = 0;
- ColorModes currentColorMode = whiteColorMode;
- int cohesiveness = 7;
- float incohesion = 0.07f;
- int fieldStrength;
- int colorCoherence = 7;
- float colorIncoherence = 0.15f;
- float streamSpeed = 450.0;
- int fieldIncoherence = 0;
- float fieldCoherence = 0.0f;
- int ifieldSpeed = 120;
- float fieldSpeed = 12.0f;
- int starSpeed = 50;
- float seraphDistance = 2000.0f;
- float streamSize = 25000.0f;
- float streamExpansion = 1000.0f;
- float fieldRange = 1000.0f;
- float streamBias = 7.0f;
- int numStreams = 12;
-